module LabItems {
    imports {
        Base
    }
	
/* -------------- Item Models --------------- */ 

    model Item_LabSyringe 
    {
        mesh = WorldItems/Item_LabSyringe,
        texture = WorldItems/Item_LabSyringe,
        scale = 1.2,
    }

    model Item_LabSyringeUsed 
    {
        mesh = WorldItems/Item_LabSyringe,
        texture = WorldItems/Item_LabSyringeUsed,
        scale = 1.2,
    }

    model Item_LabSyringePack
    {
        mesh = WorldItems/Item_LabSyringePack,
        texture = WorldItems/Item_LabSyringePack,
        scale = 1.1,
    }

    model Item_LabTestTube
    {
        mesh = WorldItems/Item_LabTestTube,
        texture = WorldItems/Item_LabTestTube,
        scale = 0.6,
    }

    model Item_LabTestTubeDirty
    {
        mesh = WorldItems/Item_LabTestTube,
        texture = WorldItems/Item_LabTestTubeDirty,
        scale = 0.6,
    }
	
	model Item_LabTestTubePack
    {
        mesh = WorldItems/Item_LabSyringePack,
        texture = WorldItems/Item_LabTestTubePack,
        scale = 1.1,
    }

    model Item_LabFlask
    {
        mesh = WorldItems/Item_LabFlask,
        texture = WorldItems/Item_LabFlask,
        scale = 0.6,
    }

    model Item_LabFlaskDirty
    {
        mesh = WorldItems/Item_LabFlask,
        texture = WorldItems/Item_LabFlaskDirty,
        scale = 0.6,
    }
	
	model Item_LabFlaskPack
    {
        mesh = WorldItems/Item_LabSyringePack,
        texture = WorldItems/Item_LabFlaskPack,
        scale = 1.1,
    }

    model Item_LabFlaskWater
    {
        mesh = WorldItems/Item_LabFlask,
        texture = WorldItems/Item_LabFlaskWater,
        scale = 0.6,
    }

    model Item_LabTestResultNegative
    {
        mesh = WorldItems/Item_LabTestResult,
        texture = WorldItems/Item_LabTestResultNegative,
        scale = 0.6,
    }

    model Item_LabTestResultPositive
    {
        mesh = WorldItems/Item_LabTestResult,
        texture = WorldItems/Item_LabTestResultPositive,
        scale = 0.6,
    }

/* ------------------------------ Base Materials Models ------------------------------ */    

    model Item_MatInfectedBlood
    {
        mesh = WorldItems/Item_MatBlood,
        texture = WorldItems/Item_MatInfectedBlood,
        scale = 1.1,
    }
	
    model Item_MatRareInfectedBlood
    {
        mesh = WorldItems/Item_MatBlood,
        texture = WorldItems/Item_MatRareInfectedBlood,
        scale = 1.1,
    }

/* ------------------------------ Base Chemicals ------------------------------ */

	model Item_ChHydrochloricAcidCan
    {
        mesh = WorldItems/Item_ChAcidCan,
        texture = WorldItems/Item_ChHydrochloricAcidCan,
        scale = 0.15,
    }

    model Item_ChSulfuricAcidCan 
    {
        mesh = WorldItems/Item_ChAcidCan,
        texture = WorldItems/Item_ChSulfuricAcidCan,
        scale = 0.15,
    }

    model Item_ChSodiumHydroxideBag
    {
        mesh = WorldItems/Item_ChBag,
        texture = WorldItems/Item_ChSodiumHydroxideBag,
        scale = 0.2,
    }
	
	model Item_ChAmmoniumChlorideBag
    {
        mesh = WorldItems/Item_ChBag,
        texture = WorldItems/Item_ChAmmoniumChlorideBag,
        scale = 0.2,
    }

/* ------------------------------ Compound Models ------------------------------ */

    model Item_CmpSyringeWithBlood
    {
        mesh = WorldItems/Item_LabSyringe,
        texture = WorldItems/Item_CmpSyringeWithBlood,
        scale = 1.2,
    }

    model Item_CmpSyringeWithTaintedBlood
    {
        mesh = WorldItems/Item_LabSyringe,
        texture = WorldItems/Item_CmpSyringeWithTaintedBlood,
        scale = 1.2,
    }

    model Item_CmpTestTubeWithInfectedBlood
    {
        mesh = WorldItems/Item_LabTestTube,
        texture = WorldItems/Item_CmpTestTubeWithInfectedBlood,
        scale = 0.6,
    }
	
	model Item_CmpTestTubeWithTaintedBlood
    {
        mesh = WorldItems/Item_LabTestTube,
        texture = WorldItems/Item_CmpTestTubeWithTaintedBlood,
        scale = 0.6,
    }

    model Item_CmpFlaskWithBloodCells
    {
        mesh = WorldItems/Item_LabFlask,
        texture = WorldItems/Item_CmpFlaskWithBloodCells,
        scale = 0.6,
    }

    model Item_CmpFlaskWithBloodPlasma
    {
        mesh = WorldItems/Item_LabFlask,
        texture = WorldItems/Item_CmpFlaskWithBloodPlasma,
        scale = 0.6,
    }

    model Item_CmpFlaskWithLeukocytes
    {
        mesh = WorldItems/Item_LabFlask,
        texture = WorldItems/Item_CmpFlaskWithLeukocytes,
        scale = 0.6,
    }

    model Item_CmpTestTubeWithAntibodies
    {
        mesh = WorldItems/Item_LabTestTube,
        texture = WorldItems/Item_CmpTestTubeWithAntibodies,
        scale = 0.6,
    }

    model Item_CmpSyringeWith1lvlVaccine
    {
        mesh = WorldItems/Item_LabSyringe,
        texture = WorldItems/Item_CmpSyringeWith1lvlVaccine,
        scale = 1.2,
    }

    model Item_CmpSyringeWith2lvlVaccine
    {
        mesh = WorldItems/Item_LabSyringe,
        texture = WorldItems/Item_CmpSyringeWith2lvlVaccine,
        scale = 1.2,
    }

    model Item_CmpSyringeWith3lvlVaccine
    {
        mesh = WorldItems/Item_LabSyringe,
        texture = WorldItems/Item_CmpSyringeWith3lvlVaccine,
        scale = 1.2,
    }

    model Item_CmpSyringeWith4lvlVaccine
    {
        mesh = WorldItems/Item_LabSyringe,
        texture = WorldItems/Item_CmpSyringeWith4lvlVaccine,
        scale = 1.2,
    }

    model Item_CmpFlaskWithSodiumHypochlorite
    {
        mesh = WorldItems/Item_LabFlask,
        texture = WorldItems/Item_CmpFlaskWithSodiumHypochlorite,
        scale = 0.6,
    }

    model Item_CmpFlaskWithAmmoniumSulfate
    {
        mesh = WorldItems/Item_LabFlask,
        texture = WorldItems/Item_CmpFlaskWithAmmoniumSulfate,
        scale = 0.6,
    }

    model Item_CmpFlaskWithHydrogenPeroxide
    {
        mesh = WorldItems/Item_LabFlask,
        texture = WorldItems/Item_CmpFlaskWithHydrogenPeroxide,
        scale = 0.6,
    }

    model Item_CmpAlbuminPills
    {
        mesh = WorldItems/PainKillers,
        texture = WorldItems/Item_CmpAlbuminPills,
        scale = 0.4,
    }

/* ------------------------------ Furnace Items And Materials Models ------------------------------ */

	model Item_FrnIngotMold
    {
        mesh = WorldItems/Item_FrnIngotMold,
        texture = WorldItems/Item_FrnIngotMold,
        scale = 0.4,
    }

}